home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / totem-gstreamer.prerm < prev    next >
Encoding:
Text File  |  2009-04-14  |  293 b   |  15 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. FLAVOUR=gstreamer
  5.  
  6. if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
  7.         update-alternatives --quiet --remove gnome-video-thumbnailer \
  8.         /usr/bin/totem-${FLAVOUR}-video-thumbnailer
  9.     update-alternatives --quiet --remove totem /usr/bin/totem-${FLAVOUR}
  10. fi
  11.  
  12.  
  13.  
  14. exit 0
  15.